home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tlxutl10.zip / READ.ME < prev    next >
Text File  |  1991-01-25  |  5KB  |  107 lines

  1. Friday, January 25, 1991.                   Copyright 1991 By Reuben Sumner
  2.  
  3. This .ZIP file contains  an assortment  of Turbo  Pascal programs  and SALT 
  4. scripts which I have written over the years.
  5.  
  6. To  prepare  the  script  files provided  with this  package (HELP.SLT  and 
  7. COMP.SLT require more than just compiling) run the batch file MAKESLC.BAT.
  8.  
  9. ALLSLT
  10.  
  11. This is a SALT I wrote a long time ago that should act as a logon script to 
  12. a variety of different bulletin board types ie PCBoard QuickBBS etc. I have 
  13. not updated this for over a year so I wouldn't  be surprised  if it  didn't 
  14. work with many BBSs. The script finds your name in  Alt-9 of  your keyboard 
  15. definition file. And your password first  in your  dialing directory  entry 
  16. and then  in Alt-0  of your  keyboard definition  file.  For  more complete 
  17. documentation read the file ALL.DOC. ALIAS.SLT is an associated file  which 
  18. temporarily changes your keyboard definition for Alt-9 and then  calls ALL. 
  19. In this way allowing you to use a different name.  Details of  this are  in 
  20. the above mentioned file.
  21.  
  22. PASS
  23.  
  24. This SALT will send your password to the BBS that you are calling. It  uses 
  25. the same technique as ALLSLT to find your password. This  is very  handy in 
  26. conjunction with RANDPASS.EXE which is described later.
  27.  
  28. HELP
  29.  
  30. This salt script simply  places a  popup window  on your  screen which  can 
  31. contain virtually anything you want in it. I use it to tell me what  I have 
  32. various function keys as doing. I have F1 in my keyboard defintion  file as 
  33. calling this script and when I need to  know what  I have  definied I  just 
  34. press F1. This script will have to be modified to every users needs. For an 
  35. example just run HELP.SLC by typing Alt-G and then HELP.
  36.  
  37. TFE
  38.  
  39. When I first saw TelixFonEd I was very impressed and wanted to call it from 
  40. Telix. Unfortunately it was trashing my files. The reason for this is  that 
  41. Telix does not close the dialing directory file when you shell and so there 
  42. were two programs trying to use the same file at once.  The TFE manual does 
  43. mention this and contains a very similar salt  script in  the doc,  however 
  44. there is a slight difference, so I have provided my  version here.  TFE.SLT 
  45. changes the  dialing directory  file to  TFE.DUD calls  TFE and  then loads 
  46. TELIX.FON upon return to telix.  In this way you can successfully call  TFE 
  47. from Telix.
  48.  
  49. COMP
  50.  
  51. This SALT prompts you to enter a filename and then  calls CS.EXE  (The SALT 
  52. compiler).   It  is  not  necessary  to  enter the  .SLT extension,  CS.EXE 
  53. automatically assumes that.
  54.  
  55. AUTODOWN
  56.  
  57. This SALT  is designed  to allow  automatic downloading  from PCBoard  with 
  58. protcols other than ZModem. To activate it you must run  AUTODOWN. You  may 
  59. wish to enter this into your  keyboard defintion.   When activated  it will 
  60. leave a message like "AUTODOWN 1.00  Activated". As  soon as  you disconect 
  61. AUTODOWN ends. This is a script I pretty much gave  up on,  it should  work 
  62. normally however, if you are using a protocol  which does  not send  a file 
  63. name it will use the name "FINDIT!" I did try to have it read  the filename 
  64. from  the  PCBoard  prompt,  however  the  script  could  not  process  the 
  65. characters as fast as they were being received.
  66.  
  67. COPYCOL
  68.  
  69. This is a Turbo Pascal program (compiled under 5.5 but  should work  on any 
  70. version from 3.0 to 6.0 I believe) that takes two .CNF files and copies the 
  71. colour settings from one to another. It creates a .BAK  file of  the target 
  72. .CNF. I have used this files to set universal colour settings on  computers 
  73. with different modems, especially after I have set  one up.   If anyone  is 
  74. artistic out there, you may like to set up a series of "colour sets"  which 
  75. could then be moved into Telix with this program. If anyone wishes to do so 
  76. I would  be glad  to give  them full  credit. Included  in this  archive is 
  77. DEFAULT.CNF which  contains the  default TELIX  colour set,  and REUBEN.CNF 
  78. which contains the colours that I use.
  79.  
  80. RANDPASS
  81.  
  82. This program was written in Turbo Pascal, and it reads a dialing  directory 
  83. file and replaces all empty password fields with  random 8  digit uppercase 
  84. passwords. By doing this you can be sure that every BBS you call will  have 
  85. a different password that  is virtually  impossible to  crack. I  recommend 
  86. using this on dialing directories what you may get from BBS listings.  Then 
  87. by using PASS you can send the password to each BBS.  The  full release  of 
  88. these products will have the ability  to overwrite  passwords. Warning:  No 
  89. backup file is made so be very careful.
  90.  
  91. SETCOL
  92.  
  93. This Turbo Pascal program reads in two files. The first file is a standard 
  94. Telix configuration file and the second is a text file, normally a SALT 
  95. file where you want to replace certain parameters with the defaults as read 
  96. from the configuration file. An example of its use is included in the 
  97. MAKESLC.BAT file which uses to it partially customize COMP.SLT and HELP.SLT 
  98. to your system. For a more complete explanation of its use please refer to 
  99. the SETCOL.DOC file.
  100.  
  101. I take no responsibility for any harm that these programs may cause to your 
  102. computer and/or data. These utilities are Copyright 1991 By Reuben  Sumner, 
  103. you are free to use and edit them as you please.
  104.  
  105. If you have any suggestions, comments, bug reports etc. please  leave me  a 
  106. message on the Telix Support BBS.
  107.